home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 9 / FM Towns Free Software Collection 9.iso / gear / eupdash / start.bat < prev   
DOS Batch File  |  1994-11-16  |  426b  |  21 lines

  1.     %1:\t_file\chkmem -maxi 32 -inqu 1536
  2.     if errorlevel 1 goto run
  3.  
  4.     %1:\sidework\sidework -r
  5.  
  6.     %1:\t_file\chkmem -maxi 32 -inqu 1152
  7.     if errorlevel 1 goto exec
  8.                     goto skip
  9.  
  10. :exec
  11.     %1:\run386 -spritmap -maxi 32 %1:\gear\gear.exp -D_%2 -I_gear.icn %2:%3
  12.  
  13. :skip
  14.     %1:\sidework\sidework
  15.     goto end
  16.  
  17. :run
  18.     %1:\run386 -spritmap -maxi 32 %1:\gear\gear.exp -D_%2 -I_gear.icn %2:%3
  19.  
  20. :end
  21.